Remove a debug printf(). (#157087, Christian Persch)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Nov 2004 04:12:07 +0000 (04:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 2 Nov 2004 04:12:07 +0000 (04:12 +0000)
2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
Remove a debug printf().  (#157087, Christian Persch)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentrycompletion.c

index 4ba1d9bf935546356ebf54461b8aa0a677fe228f..0ae257feaf69f7b0634ee2c25316d897b3118164 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
+       Remove a debug printf().  (#157087, Christian Persch)
+
        * gtk/gtkicontheme.c: Actually commit the "stat less" patch
        which appeared in the ChangeLog a few days ago.
 
index 4ba1d9bf935546356ebf54461b8aa0a677fe228f..0ae257feaf69f7b0634ee2c25316d897b3118164 100644 (file)
@@ -1,5 +1,8 @@
 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
+       Remove a debug printf().  (#157087, Christian Persch)
+
        * gtk/gtkicontheme.c: Actually commit the "stat less" patch
        which appeared in the ChangeLog a few days ago.
 
index 4ba1d9bf935546356ebf54461b8aa0a677fe228f..0ae257feaf69f7b0634ee2c25316d897b3118164 100644 (file)
@@ -1,5 +1,8 @@
 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
+       Remove a debug printf().  (#157087, Christian Persch)
+
        * gtk/gtkicontheme.c: Actually commit the "stat less" patch
        which appeared in the ChangeLog a few days ago.
 
index 4ba1d9bf935546356ebf54461b8aa0a677fe228f..0ae257feaf69f7b0634ee2c25316d897b3118164 100644 (file)
@@ -1,5 +1,8 @@
 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
+       Remove a debug printf().  (#157087, Christian Persch)
+
        * gtk/gtkicontheme.c: Actually commit the "stat less" patch
        which appeared in the ChangeLog a few days ago.
 
index dfc72de15d3f42a67aa07edca27e66b1610ec7a8..d8bae2957994c15979a7253ee3a9a0ddcfe66380 100644 (file)
@@ -1284,7 +1284,6 @@ _gtk_entry_completion_resize_popup (GtkEntryCompletion *completion)
   gtk_tree_view_column_cell_get_size (completion->priv->column, NULL,
                                       NULL, NULL, NULL, &height);
 
-  g_print ("item height %d\n", height);
   if (items <= 0)
     gtk_widget_hide (completion->priv->scrolled_window);
   else